home *** CD-ROM | disk | FTP | other *** search
-
-
- ;---------CUT-ME------------------------------------
- ; FIRST Check Command QGL is in C:
-
- IF NOT EXISTS c:qgl
- IF `requestchoice "SETUP QGL" "Can I Copy QGL TO Your*nCommand Path *"SYS:C/*"" "YES|NO"` EQ 1
- Copy Clone QGL C:
- ENDIF
- ENDIF
-
- ; NEXT THE ACTUAL COMMAND
- ; Delete All texts in "--CUT-ME--" IF QGL "IS" IN C:
- ;--------CUT-ME-------------------------------------
-
-
- ; Example Script For Using "QGL" By Bruce Steers
- ; http://www.bsteers.freeuk.com
- ; I Have This Script Executed Pressing CTRL_P with FKey
-
- CD sys:prefs ; SYS:PREFS DIR
-
- IF `requestchoice "Prefs Machine" "Run Once Or*nStay Until Quit" "_Hold|_Only Once"` EQ 1
- alias qglr "c:QGL [] T=*"System Prefs*" A S"
-
- ELSE
-
- alias qglr "c:QGL [] T=*"System Prefs*" A"
-
- ENDIF
-
- qglr Request "run <>nil: *`requestfile drawer sys:prefs pattern ~(#?.info)*`" Screen "run <>nil: Screenmode" Pattern "run <>nil: wbpattern" fonts "run <>nil: font" Overscan "run <>nil: Overscan" Sound "run <>nil: Sound" Time "run <>nil: Time" Palette "run <>nil: Palette" ToolsPrefs "run <>nil: ToolsPrefs" MCP_Prefs "run <>nil: MCPPrefs"
-
- unalias qglr
-